home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2005 November / Game.EXE_11_2005_DVD.iso / Flash Games / Robo Farmer / robofarmer.swf / scripts / DefineButton2_436 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-23  |  104 b   |  8 lines

  1. on(release){
  2.    _root.hatpos += 1;
  3.    if(_root.hatpos >= 34)
  4.    {
  5.       _root.hatpos = 1;
  6.    }
  7. }
  8.